home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / xdme_1.84_src.lha / XDME / Util / Var / y.tab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-22  |  585 b   |  35 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    RBRA    258
  5. #define    EBRA    259
  6. #define    RKET    260
  7. #define    EKET    261
  8. #define    ASS    262
  9. #define    SEMI    263
  10. #define    ADD    264
  11. #define    SBRA    265
  12. #define    SKET    266
  13. #define    SSBRA    267
  14. #define    SSKET    268
  15. #define    KOMMA    269
  16. #define    PROJECT    270
  17. #define    GLOBAL    271
  18. #define    CONST    272
  19. #define    HIDDEN    273
  20. #define    INTERNAL    274
  21. #define    GENERIC    275
  22. #define    TEMPORARY    276
  23. #define    TYPES    277
  24. #define    NEEDED    278
  25. #define    GENTYPE    279
  26. #define    DEFAULT    280
  27. #define    HELP    281
  28. #define    LABEL    282
  29. #define    VALUE    283
  30. #define    NEWFILE    284
  31. #define    BLOCKSTART    285
  32.  
  33.  
  34. extern YYSTYPE yylval;
  35.